Matthias Clasen [Mon, 12 Jun 2006 02:17:59 +0000 (02:17 +0000)]
Document response codes
Matthias Clasen [Mon, 12 Jun 2006 01:54:54 +0000 (01:54 +0000)]
Fix #344543
Emmanuele Bassi [Sun, 11 Jun 2006 20:47:43 +0000 (20:47 +0000)]
Do not leak the groups string vector. (#344607, John Finlay)
2006-06-11 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtkrecentchooserdefault.c
(get_is_recent_filtered):
* gtk/gtkrecentchoosermenu.c
(get_is_recent_filtered):
Do not leak the groups string vector. (#344607,
John Finlay)
Tor Lillqvist [Sun, 11 Jun 2006 19:59:58 +0000 (19:59 +0000)]
Fix MSVC build problem. (#339739, Kazuki Iwamoto)
2006-06-11 Tor Lillqvist <tml@novell.com>
* gtk/gtkprintoperation-win32.c: Fix MSVC build problem. (#339739,
Kazuki Iwamoto)
Tor Lillqvist [Sun, 11 Jun 2006 19:45:56 +0000 (19:45 +0000)]
Convert \n to \r\n also when storing CF_UNICODETEXT (UTF-16) in the
2006-06-11 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkproperty-win32.c (gdk_property_change): Convert \n
to \r\n also when storing CF_UNICODETEXT (UTF-16) in the
Clipboard. (#344496)
Francisco Javier F. Serrador [Sun, 11 Jun 2006 17:02:13 +0000 (17:02 +0000)]
Updated Spanish translation.
2006-06-11 Francisco Javier F. Serrador <serrador@openshine.com>
* es.po: Updated Spanish translation.
Matthias Clasen [Sun, 11 Jun 2006 03:56:20 +0000 (03:56 +0000)]
Mark files as translatable
Matthias Clasen [Sun, 11 Jun 2006 03:13:50 +0000 (03:13 +0000)]
Allow NULL to mean the default manager. (#344530, John Finlay)
2006-06-10 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkrecentchooserwidget.c
(gtk_recent_chooser_widget_new_for_manager):
* gtk/gtkrecentchoosermenu.c
(gtk_recent_chooser_menu_new_for_manager):
Allow NULL to mean the default manager. (#344530,
John Finlay)
Matthias Clasen [Sun, 11 Jun 2006 02:59:51 +0000 (02:59 +0000)]
Fix bug 344518
Matthias Clasen [Sun, 11 Jun 2006 02:45:49 +0000 (02:45 +0000)]
remove an extra comma
Matthias Clasen [Sun, 11 Jun 2006 02:40:02 +0000 (02:40 +0000)]
use the passed in destroy notify
Matthias Clasen [Sun, 11 Jun 2006 02:30:58 +0000 (02:30 +0000)]
Use cairo_pdf_surface_set_dpi by cairo_surface_set_fallback_resolution.
2006-06-10 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintoperation.c:
* modules/printbackends/pdf/gtkprintbackendpdf.c: Use
cairo_pdf_surface_set_dpi by cairo_surface_set_fallback_resolution.
(#344512, Elijah Newren)
Matthias Clasen [Sun, 11 Jun 2006 00:43:08 +0000 (00:43 +0000)]
Make compiling against uninstalled gdk work. (#344386, Masatake Yamamoto)
2006-06-10 Matthias Clasen <mclasen@redhat.com>
* gdk-2.0-uninstalled.pc.in: Make compiling against uninstalled
gdk work. (#344386, Masatake Yamamoto)
Matthias Clasen [Sun, 11 Jun 2006 00:32:38 +0000 (00:32 +0000)]
Register create_custom_widget as an object-returning signal. (#344505,
2006-06-10 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintoperation.c: Register create_custom_widget as
an object-returning signal. (#344505, Marko Anastasov, patch
by Christian Persch)
* gtk/gtkmarshalers.list: Add the right marshaller.
Matthias Clasen [Sun, 11 Jun 2006 00:23:57 +0000 (00:23 +0000)]
Register GtkPrintCapabilities
Theppitak Karoonboonyanan [Sat, 10 Jun 2006 07:01:24 +0000 (07:01 +0000)]
Updated Thai translation.
2006-06-10 Theppitak Karoonboonyanan <thep@linux.thai.net>
* th.po: Updated Thai translation.
Francisco Javier F. Serrador [Fri, 9 Jun 2006 18:23:08 +0000 (18:23 +0000)]
Updated Spanish translation.
2006-06-09 Francisco Javier F. Serrador <serrador@openshine.com>
* es.po: Updated Spanish translation.
Francisco Javier F. Serrador [Fri, 9 Jun 2006 18:04:54 +0000 (18:04 +0000)]
Updated Spanish translation.
2006-06-09 Francisco Javier F. Serrador <serrador@openshine.com>
* es.po: Updated Spanish translation.
Changwoo Ryu [Fri, 9 Jun 2006 16:04:52 +0000 (16:04 +0000)]
Updated Korean translation.
2006-06-10 Changwoo Ryu <cwryu@debian.org>
* ko.po: Updated Korean translation.
Benjamin Berg [Fri, 9 Jun 2006 15:20:53 +0000 (15:20 +0000)]
Take GtkMenu::horizontal-padding into account when placing submenus
2006-06-09 Benjamin Berg <benjamin@sipsolutions.net>
* gtk/gtkmenuitem.c: (get_offsets): Take GtkMenu::horizontal-padding
into account when placing submenus (#344290)
Michael Natterer [Fri, 9 Jun 2006 13:48:07 +0000 (13:48 +0000)]
added new style properties "trough-side-details" and
2006-06-09 Michael Natterer <mitch@imendio.com>
* gtk/gtkrange.c: added new style properties "trough-side-details"
and "draw-trough-under-steppers" and fixed the "stepper-spacing"
style property. Fixes bugs #342339 and #342249.
"draw-trough-under-steppers", when set to FALSE, starts trough
drawing next to the steppers instead of drawing the trough "below"
(around) the steppers. If "stepper-spacing" is set to any value
larger than zero, "draw-trough-under-steppers" is set to FALSE
automatically to avoid rendering an area that looks clickable but
isn't.
(gtk_range_calc_layout): honor draw-trough-under-steppers.
Don't reserve stepper-spacing on sides of the range that don't
have steppers.
(gtk_range_expose): changed drawing accordingly. Implement
"trough-side-details" which enables drawing of the upper and lower
parts of the trough with different details. This is useful for
theme engines which want to draw these parts differently.
(coord_to_value): correctly take all rendering options into
account. stepper-spacing > 0 caused jumping and otherwise
strangely behaving ranges before.
(other functions): changed accordingly.
Tor Lillqvist [Fri, 9 Jun 2006 09:18:42 +0000 (09:18 +0000)]
Add bug reporter name.
Tor Lillqvist [Fri, 9 Jun 2006 09:17:47 +0000 (09:17 +0000)]
Call ReleaseDC() on DCs acquired with GetDC() (for windows), and
2006-06-09 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkdrawable-win32.c (_gdk_win32_drawable_release_dc):
Call ReleaseDC() on DCs acquired with GetDC() (for windows), and
DeleteDC() on DCs acquired with CreateCompatibleDC() (for
bitmaps). According to MSDN, this is the correct thing to do, even
if always using DeleteDC() seems to have worked fine in
practice. (#337491)
Matthias Clasen [Fri, 9 Jun 2006 01:55:29 +0000 (01:55 +0000)]
fix build
Matthias Clasen [Thu, 8 Jun 2006 19:20:12 +0000 (19:20 +0000)]
Turn off profiling
Matthias Clasen [Thu, 8 Jun 2006 19:16:29 +0000 (19:16 +0000)]
Update for api changes.
2006-06-08 Matthias Clasen <mclasen@redhat.com>
* tests/print-editor.c: Update for api changes.
Matthias Clasen [Thu, 8 Jun 2006 18:10:21 +0000 (18:10 +0000)]
Include gtkprintoperationpreview.h
2006-06-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.h: Include gtkprintoperationpreview.h
Matthias Clasen [Thu, 8 Jun 2006 18:08:36 +0000 (18:08 +0000)]
Use g_return_val_if_fail (#344288, Kazuki Iwamoto)
2006-06-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintoperationpreview.c (gtk_print_operation_preview_is_selected):
Use g_return_val_if_fail (#344288, Kazuki Iwamoto)
Matthias Clasen [Thu, 8 Jun 2006 17:01:28 +0000 (17:01 +0000)]
Don't include gtkprinter-private.h here.
2006-06-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintbackend.h: Don't include gtkprinter-private.h here.
* gtk/gtkprintunixdialog.c:
* gtk/gtkprintoperation-unix.c:
* gtk/gtkprintjob.c:
* gtk/gtkprintbackend.c: Instead include it here.
* gtk/gtk.symbols:
* gtk/gtkprintoperation.h:
* gtk/gtkprintoperation.c: Rename pdf_target to export_filename.
Matthias Clasen [Thu, 8 Jun 2006 16:53:26 +0000 (16:53 +0000)]
forgotten file
Matthias Clasen [Thu, 8 Jun 2006 16:40:31 +0000 (16:40 +0000)]
Updates
Matthias Clasen [Thu, 8 Jun 2006 16:39:16 +0000 (16:39 +0000)]
Replace pdf_target by export_filename
Matthias Clasen [Thu, 8 Jun 2006 16:37:39 +0000 (16:37 +0000)]
Rename pdf_target to export_filename
Matthias Clasen [Thu, 8 Jun 2006 16:32:22 +0000 (16:32 +0000)]
Remove GTK_PRINT_OPERATION_RESULT_PREVIEW.
2006-06-08 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkprintoperation.sgml: Remove GTK_PRINT_OPERATION_RESULT_PREVIEW.
Matthias Clasen [Thu, 8 Jun 2006 16:30:51 +0000 (16:30 +0000)]
Get rid of GTK_PRINT_OPERATION_RESULT_PREVIEW.
2006-06-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintoperation.h (GtkPrintOperationResult): Get
rid of GTK_PRINT_OPERATION_RESULT_PREVIEW.
* gtk/gtkprintoperation-unix.c:
* gtk/gtkprintoperation.c: Update all users.
Tor Lillqvist [Thu, 8 Jun 2006 15:01:19 +0000 (15:01 +0000)]
Typo.
Tor Lillqvist [Thu, 8 Jun 2006 15:00:25 +0000 (15:00 +0000)]
[WM_WINDOWPOSCHANGED] Replace identical code as in
2006-06-08 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkevents-win32.c (gdk_event_translate):
[WM_WINDOWPOSCHANGED] Replace identical code as in
handle_configure_event() with call to that function.
[WM_SIZING] Fix implementation of aspect ratio hints. (#344244)
The hints are for the geometry of the client area, not of the
window including decorations. Improve resizing behaviouor in the
presence of aspect hints, more in line with typical X window
managers.
Matthias Clasen [Thu, 8 Jun 2006 13:59:34 +0000 (13:59 +0000)]
Give GtkToolButton the same treatment.
2006-06-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktoolbutton.c (gtk_tool_button_style_set): Give
GtkToolButton the same treatment.
Matthias Clasen [Thu, 8 Jun 2006 12:49:34 +0000 (12:49 +0000)]
Fix a file name
Matthias Clasen [Thu, 8 Jun 2006 12:47:05 +0000 (12:47 +0000)]
Don't call construct_child here, since some apps make assumptions about
2006-06-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkbutton.c (gtk_button_style_set): Don't call
construct_child here, since some apps make assumptions
about the lifecycle of the constructed label.
Alexander Larsson [Thu, 8 Jun 2006 09:18:38 +0000 (09:18 +0000)]
Fix up unix fallout from previous change.
2006-06-08 Alexander Larsson <alexl@redhat.com>
* gtk/gtkprintoperation-unix.c (finish_print):
Fix up unix fallout from previous change.
Alexander Larsson [Thu, 8 Jun 2006 09:09:50 +0000 (09:09 +0000)]
Update windows to build with new APIs and first cut at preview work.
2006-06-08 Alexander Larsson <alexl@redhat.com>
* gtk/gtkprintoperation-win32.c:
Update windows to build with new APIs and first cut
at preview work.
* gtk/gtkprintoperation-private.h:
* gtk/gtkprintoperation-unix.c:
* gtk/gtkprintoperation.c
Various updates needed when making the preview work on win32.
* tests/print-editor.c:
Print, don't preview.
Ankitkumar Rameshchandra Patel [Thu, 8 Jun 2006 04:32:19 +0000 (04:32 +0000)]
Updated Gujarati Translations
Matthias Clasen [Thu, 8 Jun 2006 04:10:09 +0000 (04:10 +0000)]
make it compile
Matthias Clasen [Thu, 8 Jun 2006 03:51:21 +0000 (03:51 +0000)]
Adjust Delete insensitivity
Matthias Clasen [Thu, 8 Jun 2006 03:47:29 +0000 (03:47 +0000)]
Additions
Matthias Clasen [Thu, 8 Jun 2006 03:25:28 +0000 (03:25 +0000)]
Add more docs, cleanups
Matthias Clasen [Thu, 8 Jun 2006 01:25:43 +0000 (01:25 +0000)]
Add some docs.
2006-06-07 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintoperation.c: Add some docs.
* gtk/gtk.symbols: Add gtk_print_operation_set_allow_async.
* gtk/gtkprintoperation.h: Remove gtk_print_operation_run_async.
Matthias Clasen [Thu, 8 Jun 2006 01:08:16 +0000 (01:08 +0000)]
Update callers
Matthias Clasen [Thu, 8 Jun 2006 00:17:00 +0000 (00:17 +0000)]
Add a destroy notify for the callback data. (#344209, Murray Cumming)
2006-06-07 Matthias Clasen <mclasen@redhat.com>
* gtk/gtknotebook.h:
* gtk/gtknotebook.c (gtk_notebook_set_window_creation_hook):
Add a destroy notify for the callback data. (#344209,
Murray Cumming)
Jürg Billeter [Wed, 7 Jun 2006 16:24:55 +0000 (16:24 +0000)]
Fix building gtkbuiltincache.h without system GTK+.
2006-06-07 Jürg Billeter <j@bitron.ch>
* gtk/Makefile.am: Fix building gtkbuiltincache.h without system GTK+.
Alexander Larsson [Wed, 7 Jun 2006 15:09:03 +0000 (15:09 +0000)]
Clean up APIs: Make async a setting instead of separate calls. Combine
2006-06-07 Alexander Larsson <alexl@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkprintoperation-private.h:
* gtk/gtkprintoperation-unix.c:
* gtk/gtkprintoperation.[ch]:
Clean up APIs:
Make async a setting instead of separate calls.
Combine settings like show_dialog, show_preview and pdf_target into
an action enum that you pass to gtk_print_dialog_run().
* tests/print-editor.c:
* tests/testnouiprint.c:
* tests/testprint.c:
* demos/gtk-demo/printing.c:
Update to new APIs
Matthias Clasen [Wed, 7 Jun 2006 13:45:11 +0000 (13:45 +0000)]
Remove debugging spew
Bastien Nocera [Wed, 7 Jun 2006 13:20:53 +0000 (13:20 +0000)]
Update the ATK requirements (#344148)
2006-06-07 Bastien Nocera <hadess@hadess.net>
* configure.in: Update the ATK requirements (#344148)
Matthias Clasen [Wed, 7 Jun 2006 12:59:05 +0000 (12:59 +0000)]
Fix a C99ism
Matthias Clasen [Wed, 7 Jun 2006 04:16:52 +0000 (04:16 +0000)]
make the last change work
Behdad Esfahbod [Wed, 7 Jun 2006 01:10:47 +0000 (01:10 +0000)]
Fix format.
Behdad Esfahbod [Wed, 7 Jun 2006 01:08:16 +0000 (01:08 +0000)]
Fix typo.
Behdad Esfahbod [Wed, 7 Jun 2006 01:07:20 +0000 (01:07 +0000)]
Bug 337603 – Possible off-by-one in
2006-06-06 Behdad Esfahbod <behdad@gnome.org>
Bug 337603 – Possible off-by-one in
gdk_pango_layout_line_get_clip_region
* gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): Correct
rounding of rect members. Improved docs.
Changwoo Ryu [Tue, 6 Jun 2006 20:48:03 +0000 (20:48 +0000)]
Updated Korean translation.
2006-06-07 Changwoo Ryu <cwryu@debian.org>
* ko.po: Updated Korean translation.
Matthias Clasen [Tue, 6 Jun 2006 20:09:43 +0000 (20:09 +0000)]
Small optimization
N Jayaradha [Tue, 6 Jun 2006 17:03:22 +0000 (17:03 +0000)]
ta.po
Pablo Saratxaga [Tue, 6 Jun 2006 12:00:29 +0000 (12:00 +0000)]
updated Walloon file
Ilkka Tuohela [Tue, 6 Jun 2006 00:43:33 +0000 (00:43 +0000)]
Updated Finnish translation
Matthias Clasen [Mon, 5 Jun 2006 20:32:16 +0000 (20:32 +0000)]
bump version
Matthias Clasen [Mon, 5 Jun 2006 19:33:40 +0000 (19:33 +0000)]
2.9.2
Matthias Clasen [Mon, 5 Jun 2006 18:39:20 +0000 (18:39 +0000)]
Updates
2006-06-05 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
* gtk/gtkprintoperationpreview.c: Include gtkalias.h
* gtk/gtk.symbols: Add some forgotten new functions.
Ankitkumar Rameshchandra Patel [Mon, 5 Jun 2006 04:28:10 +0000 (04:28 +0000)]
Updated Gujarati Translations
Ankitkumar Rameshchandra Patel [Mon, 5 Jun 2006 04:22:46 +0000 (04:22 +0000)]
Updated Translation
Matthias Clasen [Mon, 5 Jun 2006 01:38:49 +0000 (01:38 +0000)]
Fix borderline cases in tab visibility calculation. (#168105, Carlos
2006-06-04 Matthias Clasen <mclasen@redhat.com>
* gtk/gtknotebook.c (gtk_notebook_calculate_shown_tabs):
(gtk_notebook_calc_tabs): Fix borderline cases in tab
visibility calculation. (#168105, Carlos Garnacho Parro)
Matthias Clasen [Mon, 5 Jun 2006 01:14:57 +0000 (01:14 +0000)]
Remove the right XID from the xid table. (#34327, Sampo Savolainen, Tim
2006-06-04 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkfont-x11.c (_gdk_font_destroy): Remove the right
XID from the xid table. (#34327, Sampo Savolainen, Tim Janik)
Behdad Esfahbod [Sun, 4 Jun 2006 18:15:13 +0000 (18:15 +0000)]
Add missing G_END_DECLS (#343838)
2006-06-04 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtkprintoperationpreview.h: Add missing G_END_DECLS (#343838)
Francisco Javier F. Serrador [Sat, 3 Jun 2006 19:13:13 +0000 (19:13 +0000)]
Updated Spanish translation.
2006-06-03 Francisco Javier F. Serrador <serrador@openshine.com>
* es.po: Updated Spanish translation.
Richard Hult [Sat, 3 Jun 2006 17:51:34 +0000 (17:51 +0000)]
Add spawn functions, copied from the win32 backend.
2006-06-03 Richard Hult <richard@imendio.com>
* gdk/quartz/Makefile.am:
* gdk/quartz/gdkspawn-quartz.c: Add spawn functions, copied from the
win32 backend.
Rhys Jones [Sat, 3 Jun 2006 12:27:34 +0000 (12:27 +0000)]
Updated Welsh translation.
2006-06-03 Rhys Jones <rhys@sucs.org>
* cy.po: Updated Welsh translation.
Matthias Clasen [Sat, 3 Jun 2006 03:30:21 +0000 (03:30 +0000)]
Add a GtkPrintOperation::show-preview property
Matthias Clasen [Sat, 3 Jun 2006 03:11:31 +0000 (03:11 +0000)]
Cleanups
Kristian Rietveld [Fri, 2 Jun 2006 20:40:33 +0000 (20:40 +0000)]
Rubber banding for GtkTreeView, #80127. Uses same method as GtkIconView.
2006-06-02 Kristian Rietveld <kris@imendio.com>
Rubber banding for GtkTreeView, #80127. Uses same method as
GtkIconView.
* gtk/gtktreeview.c (gtk_tree_view_class_init),
(gtk_tree_view_init), (gtk_tree_view_get_property),
(gtk_tree_view_set_property), (gtk_tree_view_set_rubber_banding),
(gtk_tree_view_get_rubber_banding): add property,
(gtk_tree_view_button_press): start rubber banding if enabled and
press is on a non-selected node,
(gtk_tree_view_button_release): stop rubber banding,
(gtk_tree_view_motion_bin_window), (scrool_row_timeout): enable/update
the rubber band,
(gtk_tree_view_bin_expose): draw rubber band if active,
(gtk_tree_view_stop_rubberband),
(gtk_tree_view_update_rubber_band_selection_range),
(gtk_tree_view_update_rubber_band_selection),
(gtk_tree_view_update_rubber_band),
(gtk_tree_view_paint_rubber_band): new functions.
* gtk/gtktreeview.h: add new set/get function for rubber banding
property.
* gtk/gtktreeprivate.h: add a bunch of new private fields.
Kristian Rietveld [Fri, 2 Jun 2006 19:06:09 +0000 (19:06 +0000)]
revert fix of #164884 because it's not a problem in gtk+ but in
2006-06-02 Kristian Rietveld <kris@imendio.com>
* gtk/gtktreeview.c (gtk_tree_view_leave_notify)P: revert fix of
#164884 because it's not a problem in gtk+ but in applications and
it breaks starting drags from the edge of a row.
Kristian Rietveld [Fri, 2 Jun 2006 18:55:59 +0000 (18:55 +0000)]
Separate sensitive/selectable properties.
2006-06-02 Kristian Rietveld <kris@imendio.com>
Separate sensitive/selectable properties.
* gtk/gtktreeselection.c (tree_column_is_sensitive): remove,
(_gtk_tree_selection_row_is_selectable): remove checks to see if at
least one column is sensitive,
(gtk_tree_selection_real_select_node): remove code which enables
insensitive rows to always be unselected.
* gtk/gtktreeview.c (gtk_tree_view_row_changed): remove code
that unselects a node if it just became insensitive.
* gtk/gtkcombobox.c (gtkcombo_box_list_select_func): new function,
based on the at least one column sensitive check from
_gtk_tree_selection_row_is_selectable(),
(gtk_combo_box_list_setup): set selection function on tree selection.
Kristian Rietveld [Fri, 2 Jun 2006 18:39:25 +0000 (18:39 +0000)]
need to use gtk_tree_model_filter_get_iter_full() since the path returned
2006-06-02 Kristian Rietveld <kris@imendio.com>
* gtk/gtktreemodelfilter.c
(gtk_tree_model_filter_convert_child_path_to_path): need to use
gtk_tree_model_filter_get_iter_full() since the path returned
by gtk_real_tree_model_filter_convert_child_path_to_path() includes
invisible nodes.
Matthias Clasen [Fri, 2 Jun 2006 17:56:37 +0000 (17:56 +0000)]
allow returning partial information
Matthias Clasen [Fri, 2 Jun 2006 17:50:00 +0000 (17:50 +0000)]
fix an inconsistency
Matthias Clasen [Fri, 2 Jun 2006 16:43:41 +0000 (16:43 +0000)]
Fix a stupid c/p bug
Alexander Larsson [Fri, 2 Jun 2006 15:16:13 +0000 (15:16 +0000)]
Add gtkprintoperationpreview.[ch] Set default preview command. Hardcoded
2006-06-02 Alexander Larsson <alexl@redhat.com>
* gtk/Makefile.am:
Add gtkprintoperationpreview.[ch]
Set default preview command. Hardcoded for now.
* gtk/gtkmarshalers.list:
Add BOOLEAN:OBJECT,OBJECT,OBJECT
* gtk/gtkprintbackend.c:
Add preview command property.
* gtk/gtkprintcontext.[ch]:
Make less dependent on PrintOperation for output settings
Externally set cairo_t and dpi. Resettable.
Create fontmap without metrics hinting (so that print preview
text layout doesn't depend on zoom level).
* gtk/gtkprintoperation-private.h:
* gtk/gtkprintoperation-unix.c:
* gtk/gtkprintoperation.[ch]:
Initial work on print preview API and default implementation
using an external preview app.
* gtk/gtkprintoperation-win32.c:
Some needed updates. Not done, needs more work.
* gtk/gtkprintoperationpreview.[ch]:
New interface used in print preview api.
* gtk/gtkprintunixdialog.c:
Add print preview dialog.
* tests/print-editor.c:
Test using an custom print preview widget.
Emmanuele Bassi [Fri, 2 Jun 2006 11:45:58 +0000 (11:45 +0000)]
Fix a typo (spotted by Paolo Borelli and coverity).
2006-06-02 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtkrecentmanager.c
(gtk_recent_info_get_application_info): Fix a typo (spotted by
Paolo Borelli and coverity).
Ankitkumar Rameshchandra Patel [Fri, 2 Jun 2006 05:48:12 +0000 (05:48 +0000)]
Updated Gujarati Translations
Matthias Clasen [Thu, 1 Jun 2006 20:05:09 +0000 (20:05 +0000)]
fix path messup
Matthias Clasen [Thu, 1 Jun 2006 16:41:40 +0000 (16:41 +0000)]
Small tweaks
Matthias Clasen [Thu, 1 Jun 2006 13:42:14 +0000 (13:42 +0000)]
Add an icon-spacing style property for the same purpose.
2006-06-01 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktoolbutton.c (gtk_tool_button_class_init): Add
an icon-spacing style property for the same purpose.
* gtk/gtkbutton.c (gtk_button_class_init): Add an image-spacing
style property that allows to adjust the spacing between image
and label in button. (#320431, James Moger)
Matthias Clasen [Thu, 1 Jun 2006 12:38:29 +0000 (12:38 +0000)]
*** empty log message ***
Matthias Clasen [Thu, 1 Jun 2006 12:38:07 +0000 (12:38 +0000)]
bits from the preview patch
Matthias Clasen [Thu, 1 Jun 2006 05:19:16 +0000 (05:19 +0000)]
add docs
Matthias Clasen [Thu, 1 Jun 2006 05:02:56 +0000 (05:02 +0000)]
Intern signal names.
Matthias Clasen [Thu, 1 Jun 2006 04:58:18 +0000 (04:58 +0000)]
more canonical signal names
Matthias Clasen [Thu, 1 Jun 2006 04:54:49 +0000 (04:54 +0000)]
use canonical signal names
Matthias Clasen [Thu, 1 Jun 2006 03:56:42 +0000 (03:56 +0000)]
more doc fixes
Matthias Clasen [Thu, 1 Jun 2006 03:42:56 +0000 (03:42 +0000)]
more doc fixes
Matthias Clasen [Thu, 1 Jun 2006 03:14:27 +0000 (03:14 +0000)]
Add docs
Matthias Clasen [Thu, 1 Jun 2006 01:57:01 +0000 (01:57 +0000)]
typo fix